home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / TURBOCU1.LZH / LC014.DOC < prev    next >
Text File  |  1987-09-05  |  9KB  |  216 lines

  1.           ===> Contents of LC014 - Turbo C Utilities Disk <===
  2.  
  3. ARC.EXE 
  4.  
  5.     This is the program to expand all the following files that need to be
  6.     expanded to run.  All files that end with .ARC fit this catagory.
  7.     To expand these files you need to have a diskette available with 
  8.     enough room to store the expanded file (about twice the .ARCed file
  9.     size).  If you are doing this with two floppies, put this disk (LC014)
  10.     in drive A and put a formatted disk in drive B.  Now type B: to change
  11.     to the B> drive.  Type A:ARC -e A:BNSLIB.ARC (substitute the name of
  12.     the real file for BNSLIB.ARC).  This will load the ARC utility from
  13.     the A: drive and expand all the files in the BNSLIB.ARC archive and 
  14.     store them on the default drive (the B: drive).  There is documentation
  15.     in the archive that will be expanded and ready to use for each system.
  16.     Archive is used so that you can get about twice the number of files on
  17.     a single floppy disk, this gives you maximum value for your money!
  18.  
  19.  
  20.  
  21. BNSLIB.ARC/binary         27-Aug-87 42880              Accesses: 31
  22.  
  23.     Keywords: LIBRARY LIBRARIAN TLINK QLIB OBJECT MANAGER V1.00
  24.     
  25.     This file contains the .EXE image and a 14-page User's Guide for version
  26.     1.00 of BNSLIB.  BNSLIB is an object module library manager for use with
  27.     Borland International's TLINK, the MS-DOS linker provided with Turbo C. 
  28.     BNSLIB is command syntax compatible with Microsoft's LIB librarian, but
  29.     surpasses MS LIB in functionality.  IBM PC/XT/AT's and close compatibles
  30.     only.  Provided as user-supported software (requested donation is $10). 
  31.     Author:  Brad Paulsen (76703,1005)
  32.     
  33.     
  34. SOUND.C/binary            16-Aug-87 3968               Accesses: 133
  35.  
  36.     Keywords: SOUND NOTES TELEMACUS
  37.     
  38.     This is a painstakingly documented, step-by-step procedure for generating
  39.     notes and sounds with TURBO C using inline code. Garry J. Vass 
  40.     [72307,3311]
  41.     
  42.     
  43. QLIBGV.ARC/binary         10-Aug-87 40064              Accesses: 160
  44.  
  45.     Keywords: QLIB VIDEO KEYBOARD ENHANCEMENT TOOLS TELEMACUS
  46.     
  47.     This is QLIB 3, a set of enhancement tools for TURBO C.  QLIB functions are
  48.     consistent, well documented, and fast.  QLIB is shareware.  Large models
  49.     only.  Complete library, demo source, welcome, and focus files are included
  50.     in this ARC.  Garry J. Vass  [72307,3311]
  51.     
  52.     
  53. FASTVI.ARC/binary         05-Aug-87 36736              Accesses: 238
  54.  
  55.     Keywords: SCREEN VIDEO C FAST WINDOIWS FASTWRITE EGA
  56.     
  57.     
  58.        UPDATED version of FASTVI.ARC.  qputxy() fixed!  Contains a demo
  59.     w/source. Two libraries - VIDEO.LIB & WINDOW.LIB provide windowing and FAST
  60.     video output for TURBO C.  Includes qputch(), qputs(), qputxy(),window(),
  61.     gotoxy(),clrwin(), cursor blanking, pop-up, pull-down, & exploding windows.
  62.     Much more!!! This is specific to IBM's or close compatibles - writes to
  63.     video memory.  Send comments to [74076.37] Robert Scott or address in .DOC
  64.     - by Timothy Legant (ARC v.5.12)
  65.     
  66.     
  67. QBOUNC.C/binary           01-Aug-87 14336              Accesses: 61
  68.  
  69.     Keywords: QLIB MENU MENUS TELEMACUS
  70.     
  71.     This program demonstrates how the QLIB functions can be combined to create
  72.     professional looking "bounce bar" menus.  The demo also shows how to nest
  73.     the menus to create multiple levels of menus.  QLIB (3) or + required.
  74.     Garry J. Vass  [72307,3311]. See QLIBGV.ARC in this data library. Compile
  75.     with Large models only.
  76.     
  77.     
  78. QMEM.C/binary             01-Aug-87 21504              Accesses: 23
  79.  
  80.     Keywords: QLIB MEMORY TELEMACUS
  81.     
  82.     This program demonstrates how the QLIB functions can be used in the
  83.     development of a memory exploration tool (similar in functionality to
  84.     MEMWALK.COM).  QLIB (3) or + required.  Garry J. Vass  [72307,3311]. See
  85.     QLIBGV.ARC in this data library. Compile with Large models only.
  86.     
  87.     
  88. WRITEF.ARC/binary         23-Jul-87 2432               Accesses: 323
  89.  
  90.     Keywords: FAST SCREEN WRITE TURBO C SOURCE SCREEN ATTRIBUTES
  91.     
  92.     
  93.       Writef is 14 lines of Turbo C source code.  It allows extremely fast
  94.     writing to the screen with complete control over location, foreground and
  95.     background color.  No assembler language, does not need to be in a library.
  96.     Can be copied directly into your Turbo C source code.
  97.     
  98.     
  99.  
  100. TC-STA.ARC/binary         23-Jul-87 3072               Accesses: 17
  101.  
  102.     Keywords: TC ENVIRONMENT INTEGRATED PROJECTS FILES SOURCES
  103.     
  104.     A batch file that causes a file.C and/or a file.PRJ to be loaded into TC
  105.     when it starts. It can be used as a command ("T EXX.C EX.PRJ") or will
  106.     prompt if there are no arguments. Uses the public domain programs
  107.     ANSWER.COM and STACKEY.COM.
  108.     
  109.     
  110. TCGRAP.ARC/binary         19-Jul-87 6327               Accesses: 112
  111.  
  112.     Keywords: GRAPHICS TURBO C .H .LIB PRIMITIVES SMITH
  113.     
  114.     Turbo C, Graphic Primitives, .LIB,.H , .DOC included. Use TCC with Tlink ,
  115.     TC with Project Make, or Make to bind in the .LIB file. The .H file
  116.     contents has all of the function prototypes. - Chuck G. Smith -
  117.     
  118.     
  119. TCOMM.ARC/binary          18-Jul-87 49949              Accesses: 105
  120.  
  121.     Keywords: COMMUNICATIONS ASYNCH INTERRUPTS SHAREWARE
  122.     
  123.     The TurboCom ToolBox is a set of functions designed for use with the Turbo
  124.     C(tm) compiler.  Includes simultaneous use of COM1 thru COM4, full control
  125.     of all interrupts, both send and receive buffering, access to modem
  126.     control, support for Hayes and similar modems.  Xmodem engine available to
  127.     registered users.  V2.1 improves COM3, 4 handling. Shareware, uploaded by
  128.     the author.
  129.     
  130.     
  131. XC3.ARC/binary            17-Jul-87 28606              Accesses: 50
  132.  
  133.     Keywords: XC CROSS REFERENCE LISTER C
  134.     
  135.     'xc3' is an updated version of the 'xc' cross reference utility for 'c'
  136.     programs that has been converted to turboc and had a number of
  137.     enhancements, such as the ability to give a file name containing the names
  138.     of files to cross reference.
  139.     
  140.  
  141. HSORT.C                   15-Jul-87 8410               Accesses: 163
  142.  
  143.     Keywords: HSORT HEAPSORT SORT HEAP
  144.     
  145.     heapsort function, along with a shell to test it. The shell prompts for,
  146.     sorts, and displays a list of numbers. The function should work when
  147.     compiled under any memory model, and conforms to the qsort() standard
  148.     library function in syntax. Uploaded by Bruce Feist.
  149.     
  150.     
  151. PATCH.ARC/binary          09-Jul-87 9984               Accesses: 650
  152.  
  153.     Keywords: PATCH DIF BORLAND
  154.     
  155.     This file contains PATCH.COM and PATCH.DOC.  PATCH.COM uses the .DIF files
  156.     found in this DL to effect changes to the Turbo C compilers. Download and
  157.     extract the files with an ARC51 compatible dearchiving utility, such as
  158.     ARC-E.COM, which is in DL 0.
  159.     
  160.     
  161. DRYSTN.ARC/binary         03-Jul-87 30848              Accesses: 53
  162.  
  163.     Keywords: BENCHMARK DHRYSTONE C SPEED TEST
  164.     
  165.     Dhrystone benchmark in C with small model executables.  Turbo C's speed
  166.     really shows up here.  I also ran before and after V30 installation and
  167.     found a startling speed increase of 40%+
  168.     
  169.     
  170.  
  171. P6TC-4.DIF                02-Jul-87 514                Accesses: 610
  172.  
  173.     Keywords: PATCH INTEGRATED ENVIRONMENT TC.EXE EDITOR TAB WIDTH 4
  174.     
  175.     This patch will change the Turbo C Integrated Environment editor's tab
  176.     width from 8 to 4.
  177.     
  178.     This file is input to PATCH.COM.
  179.     
  180.     To get a copy of PATCH.COM, download PATCH.ARC
  181.     
  182.     
  183. P5TC.DIF/binary           29-Jun-87 512                Accesses: 813
  184.  
  185.     Keywords: PATCH DIF BUILDALL BUILD ALL
  186.     
  187.     
  188.          This file allows BUILD ALL to operate as expected.
  189.     
  190.     
  191. P7TC.DIF/binary           29-Jun-87 256                Accesses: 699
  192.  
  193.     Keywords:
  194.      PATCH DIF CONTROL BREAK
  195.     
  196.     
  197.          This file stops Turbo C from exiting when ^C or ^Break are
  198.          pressed  during compilation.
  199.          Integrated Environment (TC.EXE) Turbo C version 1.0
  200.     
  201.     
  202. GRAPH.ARC/binary          10-Jun-87 10368              Accesses: 350
  203.  
  204.     Keywords: GRAPH GRAPHICS DRAW PLOT CGA SHAREWARE
  205.     
  206.     A library of Turbo Pascal-like graphics primatives for TC, includes:
  207.     init_graphics hirescolor gotoxy clearscreen plot draw_line draw_box
  208.     draw_circle and draw_ellipse. Includes a sample program, necessary header
  209.     files and a project file. Uses 640 by 200 hires mode only. Writes directly
  210.     to screen buffer for speed, so is not compatible with non IBM displays.
  211.     ShareWare -- author requests payment for commercial use of these funtions.
  212.     Free for your personal use.
  213.         
  214.      
  215. this DL to effect changes to the Turbo C compilers. Download and
  216.     extract the files with an ARC51 compatib